home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / comphelp / help / pause.hlp < prev    next >
Encoding:
Text File  |  1987-04-05  |  679 b   |  23 lines

  1. ---------------------  PAUSE - Internal Batch Subcommand  ----------------------
  2.  
  3. PAUSE halts the system until a key is pressed and displays the message "Strike
  4.    a key when ready..."
  5.  
  6. FORMAT:   PAUSE [remark]
  7.  
  8. REMARKS:
  9.  
  10.    The optional "remark" may be up to 121 characters long.  To resume execution
  11.    after a PAUSE, press any key except CTRL-BREAK (CTRL-BREAK terminates
  12.    execution).
  13.  
  14.    A remark after PAUSE will not be displayed if the Batch Subcommand ECHO OFF
  15.    has been executed.
  16.  
  17. EXAMPLE:
  18.  
  19. Display the message "Put Budget diskette in Drive A" and halt the system until a
  20. key is pressed:
  21.  
  22.           PAUSE Put Budget diskette in Drive A
  23.